home *** CD-ROM | disk | FTP | other *** search
- The following changes have been made to edit 179 for
- ST Kermit:
-
- - One of the calls to cc_clean() was omitted from ckcmai.c
- - The patches for ckuus5.c were inadvertantly omitted in the
- previous edit.
- - File name completions was added to ckucmd.c. This involved
- appending "*.*" instead of "*" in certain cases.
- - Control C handling was improved in ckstio.c. Control C is
- now polled whenever tty input is attempted, but tty input is
- unavailable. Control C handling was also added to the console
- input routines. If a control C is detected, then if a handler
- is currently active, it is called.
- - The logic for the name of the file to be used as a pipe was
- fixed. Previously, multiple external commands would cause
- kermit to crash. The pipe name is also deleted upon pipe close.
- - A small version of kermit was added to the makefile. This has
- no server, command parser, etc.
- - While attempting to make a baby kermit with no parser a bug was
- found in cksfio.c. The function zkermini() should be null if no
- parser is available.
-
- Bruce Moore
- mooreb@iccgcc.decnet.ab.com
- The following changes have been made to edit 180 for
- ST Kermit:
-
- - Since there is no hardware support for determining the
- baud rate, an environment variable is queried for the current
- speed on the first try. The environment variables queried
- are SPEED and BAUD.
-
- Bruce Moore
- mooreb@iccgcc.decnet.ab.com
-